Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.NSVisualEffectMaterial Enum

Constants to specify the material shown by the visual effect view.

enum EinhugurMacOSBridge.NSVisualEffectMaterial

Constants

Titlebar = 3The material for a window’s titlebar.
Selection = 4The material used to indicate a selection.
Menu = 5The material for menus.
Popover = 6The material for the background of popover windows.
Sidebar = 7The material for the background of window sidebars.
HeaderView = 10The material for in-line header or footer views.
This constant is only supported in macOS 10.14 and later.
Sheet = 11The material for the background of sheet windows.
This constant is only supported in macOS 10.14 and later.
WindowBackground = 12The material for the background of opaque windows.
This constant is only supported in macOS 10.14 and later.
HUDWindow = 13The material for the background of heads-up display (HUD) windows.
This constant is only supported in macOS 10.14 and later.
FullScreenUI = 15The material for the background of a full-screen modal interface.
This constant is only supported in macOS 10.14 and later.
ToolTip = 17The material for the background of a tool tip.
This constant is only supported in macOS 10.14 and later.
ContentBackground = 18The material for the background of opaque content.
This constant is only supported in macOS 10.14 and later.
UnderWindowBackground = 21The material to show under a window's background.
This constant is only supported in macOS 10.14 and later.
UnderPageBackground = 22The material for the area behind the pages of a document.
This constant is only supported in macOS 10.14 and later.